projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f7bf99
)
(double-prefix-only): Fix spacing.
author
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:12:37 +0000
(07:12 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Fri, 6 Sep 2002 07:12:37 +0000
(07:12 +0000)
lisp/double.el
patch
|
blob
|
history
diff --git
a/lisp/double.el
b/lisp/double.el
index 9287aa7f907da1b6d6b356b97fc291061f100a55..ed427d056b151a7a5f59e388038a77bca878f6db 100644
(file)
--- a/
lisp/double.el
+++ b/
lisp/double.el
@@
-75,7
+75,7
@@
Each entry is a list with three elements:
(defcustom double-prefix-only t
"*Non-nil means that Double mode mapping only works for prefix keys.
-That is, for any key `X' in `double-map',
`X' alone will be mapped
+That is, for any key `X' in `double-map', `X' alone will be mapped
but not `C-u X' or `ESC X' since the X is not the prefix key."
:group 'double
:type 'boolean)